/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 9, vendor/assets/bower_components/normalize.css/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, vendor/assets/bower_components/normalize.css/normalize.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, vendor/assets/bower_components/normalize.css/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, vendor/assets/bower_components/normalize.css/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, vendor/assets/bower_components/normalize.css/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 77, vendor/assets/bower_components/normalize.css/normalize.css */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, vendor/assets/bower_components/normalize.css/normalize.css */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 98, vendor/assets/bower_components/normalize.css/normalize.css */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 110, vendor/assets/bower_components/normalize.css/normalize.css */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, vendor/assets/bower_components/normalize.css/normalize.css */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 127, vendor/assets/bower_components/normalize.css/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, vendor/assets/bower_components/normalize.css/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 145, vendor/assets/bower_components/normalize.css/normalize.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 154, vendor/assets/bower_components/normalize.css/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, vendor/assets/bower_components/normalize.css/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, vendor/assets/bower_components/normalize.css/normalize.css */
sup {
  top: -0.5em;
}

/* line 174, vendor/assets/bower_components/normalize.css/normalize.css */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 185, vendor/assets/bower_components/normalize.css/normalize.css */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 193, vendor/assets/bower_components/normalize.css/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 204, vendor/assets/bower_components/normalize.css/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 212, vendor/assets/bower_components/normalize.css/normalize.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, vendor/assets/bower_components/normalize.css/normalize.css */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, vendor/assets/bower_components/normalize.css/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, vendor/assets/bower_components/normalize.css/normalize.css */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, vendor/assets/bower_components/normalize.css/normalize.css */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, vendor/assets/bower_components/normalize.css/normalize.css */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, vendor/assets/bower_components/normalize.css/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, vendor/assets/bower_components/normalize.css/normalize.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, vendor/assets/bower_components/normalize.css/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, vendor/assets/bower_components/normalize.css/normalize.css */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, vendor/assets/bower_components/normalize.css/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, vendor/assets/bower_components/normalize.css/normalize.css */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 356, vendor/assets/bower_components/normalize.css/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 367, vendor/assets/bower_components/normalize.css/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 376, vendor/assets/bower_components/normalize.css/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 387, vendor/assets/bower_components/normalize.css/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 396, vendor/assets/bower_components/normalize.css/normalize.css */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 405, vendor/assets/bower_components/normalize.css/normalize.css */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 416, vendor/assets/bower_components/normalize.css/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, vendor/assets/bower_components/normalize.css/normalize.css */
td,
th {
  padding: 0;
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/gt-walsheim-pro-regular-webfont-f66499d155a66483b9195239bdc0315f8b281b9219932c29a889458abf16de01.woff2) format("woff2"), url(/assets/gt-walsheim-pro-regular-webfont-a509eaebd85d0bf40bbbdaf379448914257f0acc6cd1ce3ddef73753710f3977.woff) format("woff");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/gt-walsheim-pro-regular-oblique-webfont-6e85028535f225f1a91c1f2586b5b99ef05b8192ba49379c558d034532bb4976.woff2) format("woff2"), url(/assets/gt-walsheim-pro-regular-oblique-webfont-247a73fa889001b3ce44f94271198c4a56d2e58ff79534c51d5a32fa8153bb54.woff) format("woff");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/gt-walsheim-pro-medium-webfont-91e166fde475a2ddd171c35d527a1d781fc97df3116dd71a66b6e209951bee73.eot);
  src: url(/assets/gt-walsheim-pro-medium-webfont-91e166fde475a2ddd171c35d527a1d781fc97df3116dd71a66b6e209951bee73.eot?#iefix) format("embedded-opentype"), url(/assets/gt-walsheim-pro-medium-webfont-d7ca19445cabe1b288a7c39cb324f29d6be434a5f5ab7d9506ed479150160a6a.woff2) format("woff2"), url(/assets/gt-walsheim-pro-medium-webfont-34f0be8f55e0a6a45f81b6fd122644003169354ee5aab8f55c023d967dff0788.woff) format("woff"), url(/assets/gt-walsheim-pro-medium-webfont-b4ec8d46655c1e2e0716bc67cb32f95f2377ba6d35425a8958a0e423c4322b0d.ttf) format("truetype"), url(/assets/gt-walsheim-pro-medium-webfont-0d583e2368689d54cad7baef5df70bd6d6810735a03eda78ceac9faae6840561.svg#gt_walsheim_promedium) format("svg");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-style: italic;
  font-weight: 500;
  src: url(/assets/gt-walsheim-pro-medium-oblique-webfont-e790d3b73d2c7098dae23737b3ef1970f5a095f5f2590e6253e3ed7b18767554.woff2) format("woff2"), url(/assets/gt-walsheim-pro-medium-oblique-webfont-24ed5915eaa1cb92aa5729f68eb4a8de49f2bedcc1a13545b306800fd63267a2.woff) format("woff"), url(/assets/gt-walsheim-pro-medium-webfont-b4ec8d46655c1e2e0716bc67cb32f95f2377ba6d35425a8958a0e423c4322b0d.ttf) format("truetype");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/gt-walsheim-pro-bold-webfont-07a3fa99e20c6c00cfa29783df116f0bd80eab35ca86be1f434730d92df10b12.woff2) format("woff2"), url(/assets/gt-walsheim-pro-bold-webfont-2a956b4904249bcbdf447fea66bcbbd59cc919708066a9174807fcd4ef28310b.woff) format("woff");
}

@font-face {
  font-family: "GT Walsheim Pro";
  font-style: italic;
  font-weight: 800;
  src: url(/assets/gt-walsheim-pro-black-oblique-webfont-568228ab3193b57cbd6fcd62051db9e36f11eceffda1c6fb49c628339495b85e.woff2) format("woff2"), url(/assets/gt-walsheim-pro-black-oblique-webfont-4861066cf376121e09b6ba4aa8dbb06a4895dbf2291ac1807051f936664ed54c.woff) format("woff");
}

/* line 61, app/assets/stylesheets/next_gen/mogul.scss */
* {
  box-sizing: border-box;
}

/* line 65, app/assets/stylesheets/next_gen/mogul.scss */
body {
  background-color: #fff6ff;
  font-family: "GT Walsheim Pro";
}

/* line 70, app/assets/stylesheets/next_gen/mogul.scss */
.button {
  display: inline-block;
  background-color: #fff05a;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 800;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 84, app/assets/stylesheets/next_gen/mogul.scss */
.dropdown {
  position: relative;
}

/* line 89, app/assets/stylesheets/next_gen/mogul.scss */
.dropdown .dropdown__toggle {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/* line 95, app/assets/stylesheets/next_gen/mogul.scss */
.dropdown .dropdown__menu {
  display: none;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 4px;
  list-style-type: none;
  padding-left: 0;
  padding: 10px;
  position: absolute;
  top: 20px;
  right: 0;
}

/* line 114, app/assets/stylesheets/next_gen/mogul.scss */
.dropdown .dropdown__menu li {
  margin-bottom: 3px;
}

/* line 117, app/assets/stylesheets/next_gen/mogul.scss */
.dropdown .dropdown__menu li a {
  color: #5b4eff;
}

/* line 124, app/assets/stylesheets/next_gen/mogul.scss */
.dropdown.dropdown--open .dropdown__menu {
  display: block;
}

/* line 131, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--google {
  width: 60px;
}

/* line 135, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--amazon {
  width: 60px;
}

/* line 139, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--intel {
  width: 45px;
}

/* line 143, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--shopify {
  width: 75px;
}

/* line 147, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--robinhood {
  width: 90px;
}

/* line 151, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--wework {
  width: 70px;
}

/* line 155, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--visa {
  width: 50px;
}

/* line 159, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--pwc {
  width: 43px;
}

/* line 163, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--ally {
  width: 40px;
}

/* line 167, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--nike {
  width: 45px;
}

/* line 171, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--loreal {
  width: 65px;
}

/* line 175, app/assets/stylesheets/next_gen/mogul.scss */
.logo.logo--goodyear {
  width: 85px;
}

/* line 180, app/assets/stylesheets/next_gen/mogul.scss */
.splash {
  margin-bottom: 35px;
  background-color: #5b4eff;
  padding: 35px 20px;
}

/* line 186, app/assets/stylesheets/next_gen/mogul.scss */
.splash #header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 193, app/assets/stylesheets/next_gen/mogul.scss */
.splash #header .header__logo img {
  display: block;
  width: 56px;
  height: 18.69px;
}

/* line 203, app/assets/stylesheets/next_gen/mogul.scss */
.splash #header .header__navigation .dropdown .dropdown__toggle {
  position: relative;
  bottom: 4px;
}

/* line 211, app/assets/stylesheets/next_gen/mogul.scss */
.splash h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #fff;
  font-size: 27px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.333;
  text-transform: uppercase;
}

/* line 223, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof {
  margin-bottom: 40px;
}

/* line 226, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__description {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
}

/* line 232, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__description br {
  display: none;
}

/* line 237, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 10px;
  align-items: center;
}

/* line 243, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__logos .logo {
  position: relative;
}

/* line 246, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__logos .logo.logo--amazon {
  top: 2px;
}

/* line 250, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__logos .logo.logo--robinhood {
  top: 2px;
}

/* line 254, app/assets/stylesheets/next_gen/mogul.scss */
.splash .splash__social-proof .splash__social-proof__logos .logo.logo--ally {
  top: 2px;
}

/* line 262, app/assets/stylesheets/next_gen/mogul.scss */
.section {
  margin-bottom: 35px;
  padding: 0 20px;
}

/* line 267, app/assets/stylesheets/next_gen/mogul.scss */
.section .section__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 278, app/assets/stylesheets/next_gen/mogul.scss */
.featured-jobs .job-snippet {
  margin-bottom: 10px;
}

/* line 282, app/assets/stylesheets/next_gen/mogul.scss */
.featured-jobs .featured-jobs__view-all {
  font-size: 14px;
}

/* line 285, app/assets/stylesheets/next_gen/mogul.scss */
.featured-jobs .featured-jobs__view-all a {
  color: #222;
}

/* line 291, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #222;
  padding: 15px;
}

/* line 299, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__company-logo {
  margin-right: 10px;
}

/* line 302, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__company-logo img {
  width: 52px;
  height: 52px;
  border-radius: 26px;
  object-fit: cover;
}

/* line 314, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__company {
  font-weight: 700;
  color: #222;
}

/* line 318, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__company a {
  color: #222;
  font-size: 13px;
  text-decoration: none;
}

/* line 325, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__title {
  font-weight: 700;
}

/* line 328, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__title a {
  color: #222;
  text-decoration: none;
}

/* line 334, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__location {
  margin-bottom: 2px;
  font-size: 14px;
  color: #222;
}

/* line 340, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__location::before {
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 3px;
  background-repeat: no-repeat;
  content: url(/assets/next_gen/pin-ad5212381ace0a583898abe0b6317cdb0f233ca1fee8e7e5518ea00af2fab32c.svg);
  position: relative;
  top: 1px;
}

/* line 356, app/assets/stylesheets/next_gen/mogul.scss */
.job-snippet .job-snippet__details .job-snippet__details__timestamp {
  font-size: 12px;
  color: #222;
}

/* line 364, app/assets/stylesheets/next_gen/mogul.scss */
.featured-events .featured-events__events {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 10px;
}

/* line 371, app/assets/stylesheets/next_gen/mogul.scss */
.featured-events .featured-events__view-all {
  font-size: 14px;
}

/* line 374, app/assets/stylesheets/next_gen/mogul.scss */
.featured-events .featured-events__view-all a {
  color: #222;
}

/* line 380, app/assets/stylesheets/next_gen/mogul.scss */
.event {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}

/* line 389, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__thumbnail > div {
  background-color: #fad829;
  padding: 8px 13px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 399, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__thumbnail > div div:first-of-type {
  margin-bottom: -2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 407, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__thumbnail > div div:nth-of-type(2) {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
}

/* line 415, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__thumbnail img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* line 425, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__details {
  flex: 1;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 15px;
}

/* line 433, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__details .event__details__name {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

/* line 443, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__details .event__details__start-time {
  color: #828282;
  font-size: 15px;
}

/* line 449, app/assets/stylesheets/next_gen/mogul.scss */
.event .event__details .button {
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

/* line 459, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* line 471, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__overlay {
  background-color: rgba(91, 78, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 481, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__card {
  max-width: 400px;
  max-height: 100vh;
  background-color: #fff;
  overflow: scroll;
  padding: 35px;
  position: relative;
  z-index: 1;
}

/* line 492, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__card .modal-card__card__close {
  position: absolute;
  top: 7px;
  right: 7px;
}

/* line 498, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__card .modal-card__card__image {
  width: 100%;
  margin-bottom: 10px;
}

/* line 504, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__card .modal-card__card__name {
  margin-bottom: 5px;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 513, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__card .modal-card__card__date {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

/* line 520, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card .modal-card__card .modal-card__card__description {
  margin-bottom: 15px;
  max-height: 330px;
  overflow: scroll;
  font-size: 15px;
}

/* line 529, app/assets/stylesheets/next_gen/mogul.scss */
.modal-card.modal-card--visible {
  display: flex;
}

/* line 535, app/assets/stylesheets/next_gen/mogul.scss */
.featured-learning .featured-learning__lessons {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 10px;
}

/* line 542, app/assets/stylesheets/next_gen/mogul.scss */
.featured-learning .featured-learning__view-all {
  font-size: 14px;
}

/* line 545, app/assets/stylesheets/next_gen/mogul.scss */
.featured-learning .featured-learning__view-all a {
  color: #222;
}

/* line 551, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

/* line 558, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet .lesson-snippet__thumbnail img {
  display: block;
  height: 225px;
  width: 100%;
}

/* line 566, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet .lesson-snippet__details {
  flex: 1;
  background-color: #fff;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  color: #222;
  padding: 15px;
}

/* line 576, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet .lesson-snippet__details .lesson-snippet__details__title {
  display: block;
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

/* line 588, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet .lesson-snippet__details .lesson-snippet__details__taught-by {
  margin-bottom: 10px;
  font-size: 16px;
}

/* line 594, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet .lesson-snippet__details .lesson-snippet__details__lesson-tags {
  display: flex;
  flex-wrap: wrap;
}

/* line 598, app/assets/stylesheets/next_gen/mogul.scss */
.lesson-snippet .lesson-snippet__details .lesson-snippet__details__lesson-tags .lesson-snippet__details__lesson-tag {
  background-color: #5b4eff;
  border-radius: 100px;
  color: white;
  font-size: 12px;
  margin: 3px 5px 3px 0px;
  padding: 3px 10px;
}

/* line 610, app/assets/stylesheets/next_gen/mogul.scss */
#footer {
  margin-top: 100px;
  padding: 20px;
}

/* line 615, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

/* line 621, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__company {
  margin-right: 20px;
}

/* line 625, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__company .footer__company__logo img {
  width: 75px;
  height: 24px;
}

/* line 631, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__company .footer__company__tagline {
  font-size: 15px;
}

/* line 637, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__links ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

/* line 644, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__links ul li {
  margin-bottom: 5px;
  font-size: 15px;
}

/* line 649, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__links ul li a {
  color: #000;
  text-decoration: none;
}

/* line 654, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__content .footer__links ul li:last-child {
  margin-bottom: 0;
}

/* line 662, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__legal {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 0;
}

/* line 669, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__legal .footer__legal__copyright {
  color: #bdbdbd;
}

/* line 674, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__legal .footer__legal__links ul {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}

/* line 683, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__legal .footer__legal__links ul li {
  margin-right: 15px;
}

/* line 686, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__legal .footer__legal__links ul li a {
  color: #bdbdbd;
  text-decoration: none;
}

/* line 691, app/assets/stylesheets/next_gen/mogul.scss */
#footer .footer__legal .footer__legal__links ul li:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  /* line 701, app/assets/stylesheets/next_gen/mogul.scss */
  .splash {
    margin-bottom: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  /* line 707, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header {
    align-items: center;
    justify-content: flex-start;
  }
  /* line 711, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__logo {
    margin-right: 40px;
  }
  /* line 715, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation {
    flex: 1;
  }
  /* line 719, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation .dropdown .dropdown__toggle {
    display: none;
  }
  /* line 723, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation .dropdown .dropdown__menu {
    display: flex;
    justify-content: space-between;
    width: auto;
    background-color: transparent;
    padding: 0;
    position: static;
  }
  /* line 734, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation .dropdown .dropdown__menu .dropdown__menu__left,
.splash #header .header__navigation .dropdown .dropdown__menu .dropdown__menu__right {
    display: flex;
    align-items: center;
  }
  /* line 740, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation .dropdown .dropdown__menu li {
    margin-right: 30px;
  }
  /* line 743, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation .dropdown .dropdown__menu li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
  }
  /* line 749, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header .header__navigation .dropdown .dropdown__menu li:last-of-type {
    margin-right: 0;
  }
  /* line 758, app/assets/stylesheets/next_gen/mogul.scss */
  .splash h1 {
    font-size: 54px;
    line-height: 1.2;
  }
  /* line 764, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__description {
    margin-bottom: 20px;
    font-size: 24px;
  }
  /* line 770, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 775, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .button {
    font-size: 20px;
  }
  /* line 780, app/assets/stylesheets/next_gen/mogul.scss */
  .section {
    margin-bottom: 40px;
  }
  /* line 783, app/assets/stylesheets/next_gen/mogul.scss */
  .section .section__title {
    font-size: 20px;
  }
  /* line 789, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-jobs .featured-jobs__view-all {
    font-size: 16px;
  }
  /* line 795, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-events .featured-events__events {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 799, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-events .featured-events__view-all {
    font-size: 16px;
  }
  /* line 805, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-learning .featured-learning__lessons {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 809, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-learning .featured-learning__view-all {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  /* line 816, app/assets/stylesheets/next_gen/mogul.scss */
  .splash {
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  /* line 822, app/assets/stylesheets/next_gen/mogul.scss */
  .splash #header {
    margin-bottom: 50px;
  }
  /* line 826, app/assets/stylesheets/next_gen/mogul.scss */
  .splash h1 {
    margin-bottom: 50px;
    font-size: 92px;
  }
  /* line 832, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof {
    margin-bottom: 70px;
  }
  /* line 835, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__description {
    margin-bottom: 30px;
    font-size: 32px;
  }
  /* line 841, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
  }
  /* line 846, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--google {
    width: 75px;
  }
  /* line 850, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--amazon {
    width: 75px;
  }
  /* line 854, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--intel {
    width: 60px;
  }
  /* line 858, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--shopify {
    width: 85px;
  }
  /* line 862, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--robinhood {
    width: 110px;
  }
  /* line 866, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--wework {
    width: 90px;
  }
  /* line 870, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--visa {
    width: 65px;
  }
  /* line 874, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--pwc {
    width: 60px;
  }
  /* line 878, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--ally {
    width: 55px;
  }
  /* line 882, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--nike {
    width: 60px;
  }
  /* line 886, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--loreal {
    width: 80px;
  }
  /* line 890, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .splash__social-proof .splash__social-proof__logos .logo.logo--goodyear {
    width: 95px;
  }
  /* line 897, app/assets/stylesheets/next_gen/mogul.scss */
  .splash .button {
    font-size: 24px;
  }
  /* line 902, app/assets/stylesheets/next_gen/mogul.scss */
  .section {
    margin-bottom: 60px;
  }
  /* line 905, app/assets/stylesheets/next_gen/mogul.scss */
  .section .section__title {
    font-size: 24px;
  }
  /* line 911, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-events .featured-events__events {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 917, app/assets/stylesheets/next_gen/mogul.scss */
  .featured-learning .featured-learning__lessons {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* line 923, app/assets/stylesheets/next_gen/mogul.scss */
.layout-container {
  max-width: 1280px;
  margin: 0 auto;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

/*# sourceMappingURL=application.css-84ca37623c0933281c1257c544a1aa8f855e90ebc433c180e8ee072e23e152e3.map */
